home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / windows / xmdmdlp.zip / XMODEM.DEF < prev    next >
Text File  |  1992-04-03  |  313b  |  16 lines

  1. LIBRARY  XMODEM
  2.  
  3. EXETYPE WINDOWS
  4.  
  5. DATA    SINGLE MOVEABLE
  6.  
  7. HEAPSIZE    2048        ; room for local variables
  8.  
  9. EXPORTS                 ; procedures called by Windows
  10.     WEP               @1
  11.     GET_DLL_CAPS      @2
  12.     ADVANCED_DLL      @3
  13.     STARTDLL_XFER     @4
  14.     DLL_XFER          @5
  15.     SetupDlgProc      @6
  16.